home *** CD-ROM | disk | FTP | other *** search
/ The Net Power 1997 April / NETDisc0497.iso / mac / Demos / HomeDoor Bundle / HomeDoor / UG / SampleHostsFiles / ReverseZones.txt < prev    next >
Encoding:
Text File  |  1995-11-14  |  1.4 KB  |  27 lines  |  [TEXT/ttxt]

  1. ; Sample hosts file demonstrating how to configure a DNS to work with
  2. ; HomeDoor to serve a number of virtual domains from one Web server.
  3.  
  4. ; This is the Reverse lookup file for all hosts.  It will be different depending
  5. ;     on the "class" of your addresses (A, B or C).  It is used to map addresses to names.
  6. ; See the HomeDoorSampleHosts file for general comments.
  7.  
  8. ; You don't strictly need this file.  Odds are your provider is handling reverse
  9. ; lookup services for you.
  10.  
  11. ; ORIGIN
  12. $ORIGIN 10.in-addr.arpa.
  13.  
  14. ; START OF AUTHORITY INFORMATION
  15. @                       IN      SOA     dns.yourwebserver.com.     hostmaster.yourwebserver.com.  (
  16.                                         9511141         ; serial (yymmddn)
  17.                                         36000           ; refresh (every 10 hours)
  18.                                         7200            ; retry (after 2 hours)
  19.                                         604800          ; expire (after 1 week)
  20.                                         86400 )         ; minimum time to live (1 day)
  21. ; POINTER RECORDS
  22. ; Reverse lookup information.  Note that the order of the digits is backwards, and
  23. ;    the first digit comes from the ORIGIN statement.
  24. 1.0.0                   IN      PTR     www.CompanyX.com.
  25. 2.0.0                   IN      PTR     www.CompanyY.com.
  26. 254.0.0               IN      PTR     www.yourwebserver.com.
  27.